home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
Demos
/
Herois
/
Codigo.Cst
/
00118_Sumario- scroll down.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-19
|
195 b
|
10 lines
on mouseDown
set tmp = the timer - 12
repeat while the mouseDown
if the timer > tmp + 12 then
sumarioScroll 1
set tmp = the timer
updateStage
end if
end repeat
end